Haskell User's Gofer System - определение. Что такое Haskell User's Gofer System
Diclib.com
Словарь онлайн

Что (кто) такое Haskell User's Gofer System - определение

EXPERIMENTAL OPERATING SYSTEM
Haskell User's Operating System and Environment

Haskell User's Gofer System      
<language> (HUGS) An implementation of Haskell derived from Gofer 2.30b with an interactive development environment much like Gofer's. Almost all of the features of Haskell 1.2 are implemented with the exception of the module system. Hugs supports Haskell style type classes, a full prelude, derived instances, defaults, overloaded numeric literals and pattern matching, and bignum arithmetic. {Home (http://cs.nott.ac.uk/Department/Staff/mpj/hugs.html)}. haskell/hugs">ftp://ftp.cs.nott.ac.uk/pub/haskell/hugs. E-mail: Mark P. Jones <mpj@cs.nott.ac.uk>. (1995-02-14)
Haskell         
  • Hierarchy of [[type class]]es in the Haskell prelude as of GHC 7.10. The inclusion of Foldable and Traversable (with corresponding changes to the type signatures of some functions), and of Applicative as intermediate between Functor and Monad, are deviations from the Haskell 2010 standard.
PURELY FUNCTIONAL PROGRAMMING LANGUAGE
Haskell language; Haskell 98 programming language; Haskell 98; Eager Haskell; Haskell programminglanguage; Haskill; Haskil; Haskel; Haskell'; Haskell programming language; Haskell-prime; Haskell programming; HackageDB; Hackage; Haskell (language); Haskell 2010; O'Haskell; .hs; Homotopy Haskell; Criticism of Haskell; Haskell Prime; Haskell.org; Haskell (programming language)
<language> (Named after the logician Haskell Curry) A lazy purely functional language largely derived from Miranda but with several extensions. Haskell was designed by a committee from the functional programming community in April 1990. It features static polymorphic typing, {higher-order functions}, user-defined algebraic data types, and pattern-matching list comprehensions. Innovations include a class system, systematic operator overloading, a functional I/O system, functional arrays, and {separate compilation}. Haskell 1.3 added many new features, including monadic I/O, standard libraries, constructor classes, labeled fields in datatypes, strictness annotations, an improved module system, and many changes to the Prelude. Gofer is a cut-down version of Haskell with some extra features. Filename extension: .hs, .lhs (literate programming). http://haskell.org/. ["Report on the Programming Language Haskell Version 1.1", Paul Hudak & P. Wadler eds, CS Depts, U Glasgow and Yale U., Aug 1991]. [Version 1.2: SIGPLAN Notices 27(5), Apr 1992]. {haskell-report/haskell-report.html">Haskell 1.3 Report (http://haskell.cs.yale.edu/haskell-report/haskell-report.html)}. Mailing list: <haskell-request@cs.yale.edu>. Yale Haskell - Version 2.0.6, Haskell 1.2 built on {Common Lisp}. haskell/yale/">ftp://nebula.cs.yale.edu/pub/haskell/yale/. Glasgow Haskell (GHC) - Version 2.04 for DEC Alpha/OSF2; HPPA1.1/HPUX9,10; SPARC/SunOs 4, Solaris 2; MIPS/Irix 5,6; Intel 80386/Linux,Solaris 2,FreeBSD,CygWin 32; PowerPC/AIX. GHC generates C or native code. haskell/glasgow/">ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/glasgow/. E-mail: <glasgow-haskell-request@dcs.glasgow.ac.uk>. Haskell-B - Haskell 1.2 implemented in LML, generates native code. haskell/chalmers/">ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/. E-mail: <hbc@cs.chalmers.se>. (1997-06-06)
Arnold Haskell         
BRITISH DANCE CRITIC
Arnold L. Haskell; Arnold Lionel Haskell; Arnold Lionell Haskell
Arnold Lionel David Haskell (19 July 1903, London – 14 November 1980, Bath) was a British dance critic who founded the Camargo Society in 1930. With Ninette de Valois, he was influential in the development of the Royal Ballet School, later becoming the school's headmaster.

Википедия

House (operating system)

House (acronym for Haskell User's Operating System and Environment) is an experimental open source operating system written in Haskell. It was written to explore system programming in a functional programming language.

It includes a graphical user interface, several demos, and its network protocol stack provides basic support for Ethernet, IPv4, ARP, DHCP, ICMP (ping), UDP, TFTP, and TCP.